Hardware & DIY
azw3, epub, pdf |eng | 2017-06-15 | Author:Robert Dunne

.macro ascz8 item .asciz "\item" @ Name of item in list .align 3 @ Move to next 8-byte alignment boundary. .endm Listing 9.4: Macro ascz8 generate an 8-byte name. Macros ...
( Category: Programming Languages December 22,2017 )
epub |eng | | Author:J. Clark Scott

Below is the wiring within the Control Section that does the 'fetch' part of the instruction cycle. It uses the first three steps of the stepper and is the same ...
( Category: Hardware & DIY December 21,2017 )
epub, mobi |eng | 2017-08-08 | Author:Wolfram Donat

Building an Executable—All Operating Systems Now that you’ve got yotta installed and customized, let’s use it to build a simple Hello, world application. Create a new directory and cd into ...
( Category: Engineering December 21,2017 )
epub |eng | | Author:Mark Edward Soper

Use route to view the routing tables created by iptables. If you don’t see results similar to those in Figure 5-5, odds are you won’t be able to connect to ...
( Category: Computer Science December 3,2017 )
azw3 |eng | 2017-08-14 | Author:George Kemper [Kemper, George]

Overclocking the Raspberry Pi The config.txt file not only manages the graphics outputs of the Raspberry Pi’s ARM processor, but it also allows you to control the chip in other ...
( Category: Programming December 3,2017 )
epub |eng | 2014-11-21 | Author:Cefn Hoile

Click the block when the red box appears around it. This will remove the block. Repeat this with the turn degrees block. Change the key in the when key pressed ...
( Category: Programming December 3,2017 )
epub |eng | 2012-10-08 | Author:Guy Hart-Davis

How do I search for information? Tap the Search box to display the Search screen, and then type your search terms (A). Safari searches as you type; you can type ...
( Category: Mobile Phones, Tablets & E-Readers December 3,2017 )
azw3 |eng | 2017-09-25 | Author:Tollervey, Nicholas H. [Tollervey, Nicholas H.]

from microbit import * while True: if accelerometer.was_gesture('shake'): display.show(Image.ANGRY) elif accelerometer.was_gesture('face up'): display.show(Image.ASLEEP) elif accelerometer.was_gesture('up'): display.show(Image.HAPPY) sleep(100) If the device is shaken, it displays an angry face; if it is ...
( Category: Engineering November 30,2017 )
epub |eng | | Author:Ashwin Pajankar

This way we can install, run, and verify MPI4PY. Note Visit the mpirun manual page ( www.open-mpi.org/doc/v1.8/man1/mpirun.1.php ) for more details. In the later part of the book, we will ...
( Category: Programming Languages November 30,2017 )
azw3 |eng | 2017-07-21 | Author:McKendrick, Russ & Gallagher, Scott [McKendrick, Russ]

( Category: Operating Systems November 30,2017 )
azw3 |eng | 2017-01-24 | Author:Smith, Randall [Smith, Randall]

Rolling back an update You may find that, after the update, something has gone horribly wrong, and that the update needs to be rolled back. Fortunately, there is a very ...
( Category: Hardware & DIY November 30,2017 )
epub, pdf |eng | 2016-05-30 | Author:Norris, Donald & Norris, Donald [Norris, Donald]

Figure 6-1 Project block diagram. Table 6-1 lists some of the salient features of MQTT that make it so popular as a messaging protocol. TABLE 6-1 MQTT Features These features ...
( Category: Programming November 30,2017 )
epub |eng | | Author:Andrew Troelsen & Philip Japikse

( Category: Programming November 30,2017 )
epub |eng | 2012-06-05 | Author:Joe Waters [Waters, Joe]

Figure 5-3: This QR Code shows and tells. Think about placement. Large QR Codes on billboards get people thinking, “Where will it take me if I scan it?” But if ...
( Category: Networking & Cloud Computing November 29,2017 )
epub |eng | 2015-03-27 | Author:Corey Gough & Ian Steiner & Winston A. Saunders [Gough, Corey & Steiner, Ian & Saunders, Winston A.]

Policy trigger type Can be any of the following: No policy trigger. Inlet temperature limit (in Celsius). Missing power reading timeout (in 1/10th of a second). Time after host reset ...
( Category: Computer Science November 28,2017 )